home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -coverdisks- / subsdisk / subs.dms / subs / gui4cli.LZX / Gui4Cli / G4C / CED / cedMark.g < prev   
Text File  |  2003-12-15  |  515b  |  27 lines

  1. G4C   - CygnusEd Rexx control centre
  2.  
  3. ; This is an accompanying GUI for the cedbar.gc GUI
  4.  
  5. WINBIG 604 21 46 66  "GO"
  6. WinType 11000000
  7. Screen CygnusEdScreen1
  8. varpath 'cedbar.gc'
  9.  
  10. ;***************************** MARK Set/Go *********************
  11.  
  12. XRADIO 24 2 18 9  cedMark 2
  13. RStr 1 1
  14. RStr 2 2
  15. RStr 3 3
  16.  
  17. XBUTTON 5 48 36 16     Set
  18. cedSend = "mark location "
  19. AppVar cedSend $cedMark
  20. SendRexx rexx_ced $cedSend
  21.  
  22. XBUTTON 5 32 36 16     Go
  23. SetVar cedSend "jump to mark "
  24. AppVar cedSend $cedMark
  25. SendRexx rexx_ced $cedSend
  26.  
  27.